type github.com/jackc/pgx/v5/pgconn.contextAlreadyDoneError
5 uses
github.com/jackc/pgx/v5/pgconn (current package)
errors.go#L195: type contextAlreadyDoneError struct {
errors.go#L199: func (e *contextAlreadyDoneError) Error() string {
errors.go#L203: func (e *contextAlreadyDoneError) SafeToRetry() bool {
errors.go#L207: func (e *contextAlreadyDoneError) Unwrap() error {
errors.go#L213: return &errTimeout{&contextAlreadyDoneError{err: ctx.Err()}}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)